func path/filepath.readDir

2 uses

	path/filepath (current package)
		path.go#L450: 	dirs, err := readDir(path)
		path.go#L582: func readDir(dirname string) ([]fs.DirEntry, error) {